All Packages Class Hierarchy This Package Previous Next Index
Interface com.sun.java.swing.ComboBoxModel
- public interface ComboBoxModel
- extends ListModel
ComboBoxDataModel is a ListDataModel with a selected item
This selected item is in the model since it is not
always in the item list.
-
getSelectedItem()
- Return the selected item
-
setSelectedItem(Object)
- Set the selected item
setSelectedItem
public abstract void setSelectedItem(Object anItem)
- Set the selected item
getSelectedItem
public abstract Object getSelectedItem()
- Return the selected item
All Packages Class Hierarchy This Package Previous Next Index